3.139 \(\int \frac{x^6 \left (A+B x^2\right )}{\sqrt{b x^2+c x^4}} \, dx\)

Optimal. Leaf size=131 \[ -\frac{8 b^2 \sqrt{b x^2+c x^4} (6 b B-7 A c)}{105 c^4 x}+\frac{4 b x \sqrt{b x^2+c x^4} (6 b B-7 A c)}{105 c^3}-\frac{x^3 \sqrt{b x^2+c x^4} (6 b B-7 A c)}{35 c^2}+\frac{B x^5 \sqrt{b x^2+c x^4}}{7 c} \]

[Out]

(-8*b^2*(6*b*B - 7*A*c)*Sqrt[b*x^2 + c*x^4])/(105*c^4*x) + (4*b*(6*b*B - 7*A*c)*
x*Sqrt[b*x^2 + c*x^4])/(105*c^3) - ((6*b*B - 7*A*c)*x^3*Sqrt[b*x^2 + c*x^4])/(35
*c^2) + (B*x^5*Sqrt[b*x^2 + c*x^4])/(7*c)

_______________________________________________________________________________________

Rubi [A]  time = 0.384287, antiderivative size = 131, normalized size of antiderivative = 1., number of steps used = 4, number of rules used = 3, integrand size = 26, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.115 \[ -\frac{8 b^2 \sqrt{b x^2+c x^4} (6 b B-7 A c)}{105 c^4 x}+\frac{4 b x \sqrt{b x^2+c x^4} (6 b B-7 A c)}{105 c^3}-\frac{x^3 \sqrt{b x^2+c x^4} (6 b B-7 A c)}{35 c^2}+\frac{B x^5 \sqrt{b x^2+c x^4}}{7 c} \]

Antiderivative was successfully verified.

[In]  Int[(x^6*(A + B*x^2))/Sqrt[b*x^2 + c*x^4],x]

[Out]

(-8*b^2*(6*b*B - 7*A*c)*Sqrt[b*x^2 + c*x^4])/(105*c^4*x) + (4*b*(6*b*B - 7*A*c)*
x*Sqrt[b*x^2 + c*x^4])/(105*c^3) - ((6*b*B - 7*A*c)*x^3*Sqrt[b*x^2 + c*x^4])/(35
*c^2) + (B*x^5*Sqrt[b*x^2 + c*x^4])/(7*c)

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 33.8274, size = 122, normalized size = 0.93 \[ \frac{B x^{5} \sqrt{b x^{2} + c x^{4}}}{7 c} + \frac{8 b^{2} \left (7 A c - 6 B b\right ) \sqrt{b x^{2} + c x^{4}}}{105 c^{4} x} - \frac{4 b x \left (7 A c - 6 B b\right ) \sqrt{b x^{2} + c x^{4}}}{105 c^{3}} + \frac{x^{3} \left (7 A c - 6 B b\right ) \sqrt{b x^{2} + c x^{4}}}{35 c^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(x**6*(B*x**2+A)/(c*x**4+b*x**2)**(1/2),x)

[Out]

B*x**5*sqrt(b*x**2 + c*x**4)/(7*c) + 8*b**2*(7*A*c - 6*B*b)*sqrt(b*x**2 + c*x**4
)/(105*c**4*x) - 4*b*x*(7*A*c - 6*B*b)*sqrt(b*x**2 + c*x**4)/(105*c**3) + x**3*(
7*A*c - 6*B*b)*sqrt(b*x**2 + c*x**4)/(35*c**2)

_______________________________________________________________________________________

Mathematica [A]  time = 0.0856889, size = 85, normalized size = 0.65 \[ \frac{\sqrt{x^2 \left (b+c x^2\right )} \left (8 b^2 c \left (7 A+3 B x^2\right )-2 b c^2 x^2 \left (14 A+9 B x^2\right )+3 c^3 x^4 \left (7 A+5 B x^2\right )-48 b^3 B\right )}{105 c^4 x} \]

Antiderivative was successfully verified.

[In]  Integrate[(x^6*(A + B*x^2))/Sqrt[b*x^2 + c*x^4],x]

[Out]

(Sqrt[x^2*(b + c*x^2)]*(-48*b^3*B + 8*b^2*c*(7*A + 3*B*x^2) + 3*c^3*x^4*(7*A + 5
*B*x^2) - 2*b*c^2*x^2*(14*A + 9*B*x^2)))/(105*c^4*x)

_______________________________________________________________________________________

Maple [A]  time = 0.01, size = 89, normalized size = 0.7 \[{\frac{ \left ( c{x}^{2}+b \right ) \left ( 15\,B{c}^{3}{x}^{6}+21\,A{x}^{4}{c}^{3}-18\,B{x}^{4}b{c}^{2}-28\,A{x}^{2}b{c}^{2}+24\,B{x}^{2}{b}^{2}c+56\,A{b}^{2}c-48\,B{b}^{3} \right ) x}{105\,{c}^{4}}{\frac{1}{\sqrt{c{x}^{4}+b{x}^{2}}}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(x^6*(B*x^2+A)/(c*x^4+b*x^2)^(1/2),x)

[Out]

1/105*(c*x^2+b)*(15*B*c^3*x^6+21*A*c^3*x^4-18*B*b*c^2*x^4-28*A*b*c^2*x^2+24*B*b^
2*c*x^2+56*A*b^2*c-48*B*b^3)*x/c^4/(c*x^4+b*x^2)^(1/2)

_______________________________________________________________________________________

Maxima [A]  time = 1.40583, size = 143, normalized size = 1.09 \[ \frac{{\left (3 \, c^{3} x^{6} - b c^{2} x^{4} + 4 \, b^{2} c x^{2} + 8 \, b^{3}\right )} A}{15 \, \sqrt{c x^{2} + b} c^{3}} + \frac{{\left (5 \, c^{4} x^{8} - b c^{3} x^{6} + 2 \, b^{2} c^{2} x^{4} - 8 \, b^{3} c x^{2} - 16 \, b^{4}\right )} B}{35 \, \sqrt{c x^{2} + b} c^{4}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((B*x^2 + A)*x^6/sqrt(c*x^4 + b*x^2),x, algorithm="maxima")

[Out]

1/15*(3*c^3*x^6 - b*c^2*x^4 + 4*b^2*c*x^2 + 8*b^3)*A/(sqrt(c*x^2 + b)*c^3) + 1/3
5*(5*c^4*x^8 - b*c^3*x^6 + 2*b^2*c^2*x^4 - 8*b^3*c*x^2 - 16*b^4)*B/(sqrt(c*x^2 +
 b)*c^4)

_______________________________________________________________________________________

Fricas [A]  time = 0.226226, size = 112, normalized size = 0.85 \[ \frac{{\left (15 \, B c^{3} x^{6} - 3 \,{\left (6 \, B b c^{2} - 7 \, A c^{3}\right )} x^{4} - 48 \, B b^{3} + 56 \, A b^{2} c + 4 \,{\left (6 \, B b^{2} c - 7 \, A b c^{2}\right )} x^{2}\right )} \sqrt{c x^{4} + b x^{2}}}{105 \, c^{4} x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((B*x^2 + A)*x^6/sqrt(c*x^4 + b*x^2),x, algorithm="fricas")

[Out]

1/105*(15*B*c^3*x^6 - 3*(6*B*b*c^2 - 7*A*c^3)*x^4 - 48*B*b^3 + 56*A*b^2*c + 4*(6
*B*b^2*c - 7*A*b*c^2)*x^2)*sqrt(c*x^4 + b*x^2)/(c^4*x)

_______________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{x^{6} \left (A + B x^{2}\right )}{\sqrt{x^{2} \left (b + c x^{2}\right )}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x**6*(B*x**2+A)/(c*x**4+b*x**2)**(1/2),x)

[Out]

Integral(x**6*(A + B*x**2)/sqrt(x**2*(b + c*x**2)), x)

_______________________________________________________________________________________

GIAC/XCAS [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{{\left (B x^{2} + A\right )} x^{6}}{\sqrt{c x^{4} + b x^{2}}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((B*x^2 + A)*x^6/sqrt(c*x^4 + b*x^2),x, algorithm="giac")

[Out]

integrate((B*x^2 + A)*x^6/sqrt(c*x^4 + b*x^2), x)